LogLevel

enum LogLevel : Enum<LogLevel>

The Player SDK log levels.

Entries

DEBUG
Link copied to clipboard
The SDK logs all messages.
INFO
Link copied to clipboard
The SDK logs errors, warnings, and informative messages about the SDK state and operations.
WARNING
Link copied to clipboard
The SDK logs warnings and errors.
ERROR
Link copied to clipboard
The SDK only logs error conditions.
OFF
Link copied to clipboard
OFF()
Logging is disabled.

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int